records
Geburtsorte 2024
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"geburtsorte-2024",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/geburtsorte-2024"
}
] - "definitions":{
- "geburtsorte-2024":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/geburtsorte-2024_records"
}
}
} - "records":
} - "properties":
- "geburtsorte-2024_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "kategorie":,{
- "type":"string",
- "title":"Kategorie",
- "description":""
} - "schlussel":,{
- "type":"string",
- "title":"Schlüssel",
- "description":""
} - "geburtsland":,{
- "type":"string",
- "title":"Geburtsland",
- "description":""
} - "geburtsort":,{
- "type":"string",
- "title":"Geburtsort",
- "description":""
} - "anzahl":,{
- "type":"number",
- "title":"Anzahl",
- "description":""
} - "kommune":{
- "type":"string",
- "title":"Kommune",
- "description":""
}
} - "kategorie":
}
} - "fields":
} - "properties":
} - "geburtsorte-2024":
}